Uses of Interface
org.eclipse.vtp.desktop.projects.voice.IVoiceProject

Packages that use IVoiceProject
org.eclipse.vtp.desktop.projects.voice.internals   
 

Uses of IVoiceProject in org.eclipse.vtp.desktop.projects.voice.internals
 

Classes in org.eclipse.vtp.desktop.projects.voice.internals that implement IVoiceProject
 class VoiceProject
          This is a concrete implementation of IVoiceProject and provides the default behavior of that interface.
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals that return IVoiceProject
 IVoiceProject VoiceModel.getProject()
          Returns the project this model is contained in.
 

Constructors in org.eclipse.vtp.desktop.projects.voice.internals with parameters of type IVoiceProject
VoiceModel(IVoiceProject project)
          Creates a new VoiceModel.